home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc.status < prev    next >
Text File  |  1997-04-05  |  3KB  |  56 lines

  1. !master
  2. ###  status
  3. ###  status all
  4.    displays a condensed block of information about how the bot
  5.    is running.  here's an example from Snowbot:
  6.       I am Snowbot, running eggdrop v1.0:  400 users (mem: 42k)
  7.       Admin: Robey <robey@wc130.residence.gatech.edu>
  8.       #turtle   :  2 members, enforcing "+tn-mlk"  (greet, bitch)
  9.       #gloom    :  3 members, enforcing "+tn-i"  (greet)
  10.       Server minnie.cc.utexas.edu:6667
  11.       Online for 4 days, 06:18  (background)  CPU 14:18  cache hit 55.3%
  12.       Mode(s): revenge, learn users.
  13.  
  14.    the first line tells you the bot's name, what version of eggdrop
  15.    it's running, the number of users the bot has records of, and the
  16.    amount of memory being used.
  17.  
  18.    the second line, if present, is the contents of your 'admin'
  19.    line in the config file.
  20.  
  21.    next is a line for each of the channels your bot is currently
  22.    monitoring.  for each channel, it lists the number of people on
  23.    the channel ("members"), what channel modes it's trying to enforce,
  24.    and which options are set for that channel.
  25.  
  26.    if your bot is sharing user files with anyone, and is currently
  27.    either transmitting or receiving the userfile from a bot, it will
  28.    say so here, and tell how many users have been received so far,
  29.    or how many more users need to be transmitted.
  30.  
  31.    the next few lines show the current server, and if the helpbot is
  32.    in use, its nickname and current server.  to prevent server
  33.    flooding, both the bot and its helpbot use queues to store replies
  34.    to queries from users.  if either queue has a significant amount
  35.    of information in it, this status display will show how full (%%)
  36.    the queue is.
  37.  
  38.    the next line tells you how long the bot has been online, and
  39.    whether it is operating in the background or foreground.  if it's
  40.    in the foreground, it will tell you whether it's in terminal mode
  41.    or channel display mode.  (terminal mode makes the local console
  42.    simulate a dcc chat connection, and channel display mode displays
  43.    a '.status' and '.channel' output every few seconds.)  it will
  44.    also give you an estimate of the amount of CPU time (minutes and
  45.    seconds) the bot has used so far, and how well the cache is
  46.    working.  (the cache is an attempt to keep the CPU time down, and
  47.    anything over 50% or so is just great.)
  48.  
  49.    the last line tells any significant modes set with the '.set' 
  50.    command, like revenge, learn users, and userfile sharing modes.
  51.  
  52.    if you do '.status all' you will see another pageful of info,
  53.    showing every internal setting as specified in the config file.
  54.    it should be self-explanatory to anyone who needs to use it.
  55. see also: set, channel, debug
  56.